id: index title: Introduction meta: Reference for the Infinite Flight Live and Connect APIs #

Developer Reference #

Guide Version: 22.8.0 #

Infinite Flight offers two APIs for developers to interact with our platform and this section provides documentation and reference guides for these APIs.

Infinite Flight Live API #

The Live API is our HTTP API used for requesting data from Infinite Flight. Current features include:

An API key is required and can be requested via email to hello@infiniteflight.com. See the overview for documentation.

Infinite Flight Connect API #

The Connect API is our local TCP API used for interacting with Infinite Flight devices running on the local network.

No API key is required. Documentation is available here.

OpenTrack API #

OpenTrack is an application dedicated to tracking user’s head movements and relaying the information to games and flight simulation software. Infinite Flight implements a simple API to support OpenTrack, with documentation available here.

Which one should I use? #

If you’re building a tool to view data from Live across a server, use the Live API. Example uses include:

If you’re building a tool to interact with the simulator, use the Connect API. Example uses include:

If you’re building a head-tracking or other camera application, use the OpenTrack API. Example uses include: